de.ueberdosis.mp3info.id3v2
Class FrameTFLT
java.lang.Object
|
+--de.ueberdosis.mp3info.id3v2.ID3V2Frame
|
+--de.ueberdosis.mp3info.id3v2.FrameT
|
+--de.ueberdosis.mp3info.id3v2.FrameTFLT
- All Implemented Interfaces:
- Defines
- public class FrameTFLT
- extends FrameT
Filetype Frame.
The 'File type' frame indicates which type of audio this tag
defines. The following type and refinements are defined:
MPG MPEG Audio
/1 MPEG 1/2 layer I
/2 MPEG 1/2 layer II
/3 MPEG 1/2 layer III
/2.5 MPEG 2.5
/AAC Advanced audio compression
VQF Transform-domain Weighted Interleave Vector Quantization
PCM Pulse Code Modulated audio
but other types may be used, not for these types though. This
is used in a similar way to the predefined types in the "TMED"
frame, but without parentheses. If this frame is not present
audio type is assumed to be "MPG".
Constructor Summary |
FrameTFLT(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
|
Methods inherited from class de.ueberdosis.mp3info.id3v2.ID3V2Frame |
canDisplay, canEdit, createJPanel, createPanel, deprecatedSince, equals, getDataLengthIndicator, getFileAlterPreservation, getFrameID, getSize, getTagAlterPreservation, getUnsynchronisation, hasGroupingIdentity, isAltered, isCompressed, isEncrypted, isReadOnly, isValid, legalSince, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameTFLT
public FrameTFLT(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
throws SeekPastEndException
getLongName
public java.lang.String getLongName()
- Overrides:
getLongName
in class FrameT
toString
public java.lang.String toString()
- Overrides:
toString
in class FrameT